home *** CD-ROM | disk | FTP | other *** search
- %
- % button8806gnued.ps - A GNU Button Program
- %
- % This program may be freely redistributed under the terms of the GNU
- % General Public License.
- %
- % Copyright 1988, 1992 Free Software Foundation
- %
- % This GNU Button program is distributed in the hope that it will be
- % useful, but WITHOUT ANY WARRANTY. No author or distributor accepts
- % responsibility to anyone for the consequences of using it or for
- % whether it serves any particular purpose or works at all, unless he
- % says so in writing. Refer to the GNU General Public License for
- % full details.
- %
- % Everyone is granted permission to copy, modify and redistribute this
- % GNU Button Program, but only under the condaitions described in the
- % GNU General Public License. A copy of this license is supposed to
- % have been given to you along with the GNU Button Program so you can
- % know your rights and responsibilities. It should be in a file named
- % COPYING. Among other things, the copyright notice and this notice
- % must be preserved on all copies.
- %
- % Hard copies of this button were first distributed at the June 1988
- % SanFrancisco Usenix. They had black Lettering on a yellow
- % background on a standard 2 1/4" safety pin button. They were
- % designed by Leonard H. Tower Jr. who is also the author of this GNU
- % Button Program.
- %
- % Report bugs or improvements to: tower@prep.ai.mit.edu
- %
- % Hard copies of this button are probably still available. One much
- % have either donated source code or documentation to the GNU Project
- % or make a donation of at least $ 2.00 for each button.
- %
- % If you wish a hard copy of a gnu button send:
- % - a self-addressed, stamped envelope; and
- % - either:
- % - a reminder of your source or documentation contribution; or
- % - a donation payable to the "Free Software Foundation"; and
- % - specify whether you want the Feb 88 or June 88 button or both.
- % to: L. Tower Jr.
- % 36 Porter Street
- % Somerville, MA 02143, USA
- %
- % This program is available for anonymous ftp in
- % prep.ai.mit.edu:/u2/emacs/button.N.MM.shar. It is probably
- % available in other source archives.
- %
- % Modified Nov-90 by trent@cs.pdx.edu
- % an image of a Gnu (the animal is in the center instead
- % of the word "GNU". Some guy posted this image (as a Sun Icon)
- % on gnu.emacs a while back, but I don't know who anymore.
- %
-
- % Uses {in,out}sidecircletext routines from Adobe Cookbook.
- .so circtext.ps
- .so gnu.ps
-
- % center button on 8 1/2" x 11" page
- 306 396 translate
-
- % This is a kludge to give better edge resolution.
- % Note that postscript's scale command doesn't cut it.
- % It scales after the edges are set.
- % biggg is set to 2,3, or 4 to make a master that is that much larger.
- % The master is reduced that much by the button manufacturer.
- % If only 1200 dpi postscript printers were more common ...
- /biggg 1 def
-
- gsave
- 70 biggg mul 2 div neg dup translate
- 72 biggg mul 72 biggg mul scale
- 64 64 true [ 64 0 0 -64 0 64 ] {Gnu} imagemask
- grestore
- /Times-Bold findfont 14 biggg mul scalefont setfont
- (GNU's Not Unix)
- 14 biggg mul 270 64 biggg mul insidecircletext
- /Times-Roman findfont 7.5 biggg mul scalefont setfont
- (Copyright 1988 Free Software Foundation)
- 7.5 biggg mul 270 75 biggg mul insidecircletext
- (This button design may be freely redistributed under the terms of the GNU General Public License.)
- 7.5 biggg mul 90 69 biggg mul outsidecircletext
- /Times-Roman findfont 7 biggg mul scalefont setfont
- (Anonymous ftp this button's postscript program from prep.ai.mit.edu:/u/emacs/button.N.MM.shar.)
- 7 biggg mul 90 61 biggg mul outsidecircletext
- showpage
-